dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

Info.plist (560B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      3 <plist version="1.0">
      4 <dict>
      5 	<key>NSServices</key>
      6 	<array>
      7 		<dict>
      8 			<key>NSBackgroundColorName</key>
      9 			<string>background</string>
     10 			<key>NSIconName</key>
     11 			<string>NSTouchBarColorPickerWheel</string>
     12 			<key>NSMenuItem</key>
     13 			<dict>
     14 				<key>default</key>
     15 				<string>Toggle Dark Mode</string>
     16 			</dict>
     17 			<key>NSMessage</key>
     18 			<string>runWorkflowAsService</string>
     19 		</dict>
     20 	</array>
     21 </dict>
     22 </plist>